introspection: Fix (out) for gdk_screen_get_monitor_geometry
authorColin Walters <walters@verbum.org>
Mon, 6 Dec 2010 16:42:47 +0000 (11:42 -0500)
committerColin Walters <walters@verbum.org>
Mon, 6 Dec 2010 16:42:47 +0000 (11:42 -0500)
commit65e3c09139a5df904fb024dc6acf0a519d742d75
treef0554fe7675e7b12fb441a88430be8fbd8d4faac
parent66f0f55b628a0c756bb022f3093b576bafbdc2dc
introspection: Fix (out) for gdk_screen_get_monitor_geometry

Scanner doesn't detect this case correctly because it's a typedef;
work around it here by explicitly specifying that it's caller
allocates.  See bug 636393 for the scanner issue.
gdk/x11/gdkscreen-x11.c